翻訳と辞書
Words near each other
・ JGRASP
・ JGroup
・ JGroups
・ JGS
・ JGSDF Camp Hachinohe
・ JGSDF Camp Itazuma
・ JGSDF Camp Jinmachi
・ JGSDF Camp Komakado
・ JGSDF Camp Takigahara
・ JGSDF Camp Toyokawa
・ JGSP Novi Sad
・ JGT
・ JGU
・ JGW
・ JH
JH (hash function)
・ JH Djazaïr
・ JH Engström
・ JH Russell Covered Bridge
・ JH15
・ Jha
・ Jha (Indic)
・ Jha (surname)
・ Jhabal Kalan
・ Jhabarmal Sharma
・ Jhabbu Nayak
・ Jhabel
・ Jhabiran
・ Jhabrera
・ Jhabua


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JH (hash function) : ウィキペディア英語版
JH (hash function)

JH is a cryptographic hash function submitted to the NIST hash function competition by Hongjun Wu. Though chosen as one of the five finalists of the competition, JH ultimately lost to NIST hash candidate Keccak. JH has a 1024-bit state, and works on 512-bit input blocks. Processing an input block consists of three steps:
# XOR the input block into the left half of the state.
# Apply a 42-round unkeyed permutation (encryption function) to the state. This consists of 42 repetitions of:
## Break the input into 256 4-bit blocks, and map each through one of two 4-bit S-boxes, the choice being made by a 256-bit round-dependent key schedule. Equivalently, combine each input block with a key bit, and map the result through a 5→4 bit S-box.
## Mix adjacent 4-bit blocks using a maximum distance separable code over GF(24).
## Permute 4-bit blocks so that they will be adjacent to different blocks in following rounds.
# XOR the input block into the right half of the state.
The resulting digest is the first 224, 256, 384 or 512 bits from the 1024-bit final value.
It is well suited to a bit slicing implementation using the SSE2 instruction set, giving speeds of 16.8 Cycles per byte.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JH (hash function)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.